[IA64] Remove machvec_dig.h
authorAlex Williamson <alex.williamson@hp.com>
Mon, 7 May 2007 14:56:28 +0000 (08:56 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Mon, 7 May 2007 14:56:28 +0000 (08:56 -0600)
The DIG machine vector is no longer overloaded for Xen support.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h [deleted file]

diff --git a/linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h b/linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h
deleted file mode 100644 (file)
index 8a0752f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _ASM_IA64_MACHVEC_DIG_h
-#define _ASM_IA64_MACHVEC_DIG_h
-
-extern ia64_mv_setup_t dig_setup;
-
-/*
- * This stuff has dual use!
- *
- * For a generic kernel, the macros are used to initialize the
- * platform's machvec structure.  When compiling a non-generic kernel,
- * the macros are used directly.
- */
-#define platform_name          "dig"
-#define platform_setup         dig_setup
-
-#endif /* _ASM_IA64_MACHVEC_DIG_h */